-
-
Notifications
You must be signed in to change notification settings - Fork 963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: improve OIDC account linking UI #4036
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4036 +/- ##
==========================================
+ Coverage 78.39% 78.41% +0.02%
==========================================
Files 370 370
Lines 26127 26155 +28
==========================================
+ Hits 20481 20509 +28
Misses 4088 4088
Partials 1558 1558 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks very nice! I just added two comments below, but nothing major. Brilliant!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Needs a merge, then good to go! |
…untLinkingMessages
Improves the account linking UI, to only show relevant options to the user. E.g. if the user previously registered using a password, but tries to log into the account using Google, we only show the password input. Similarly, if they used Apple the first time, and Google on the next login, they would only see the Apple login button. If they have both a password and Apple set up, Ory Kratos will show both as options.
Related issue(s)
Fixes #5983
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got the approval (please contact
[email protected]) from the maintainers to push
the changes.
works.
Further Comments